From: Paul Eggert Date: Fri, 10 Jun 2011 20:52:30 +0000 (-0700) Subject: * buffer.h: Include , for time_t. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3488 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9b6d8264301a277b46e6d75ea867a11b1ff9d474;p=emacs.git * buffer.h: Include , for time_t. Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra. --- diff --git a/src/ChangeLog b/src/ChangeLog index d9f9dd98fdf..86b46d12d28 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2011-06-10 Paul Eggert + * buffer.h: Include , for time_t. + Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra. + Fix minor problems found by static checking. * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't. diff --git a/src/buffer.h b/src/buffer.h index 3c91bdfe570..3540bd87cea 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -18,6 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ +#include /* for time_t */ /* Accessing the parameters of the current buffer. */